Skip to content
main
Switch branches/tags
jam0001/DLJ1/
jam0001/DLJ1/

Latest commit

* Create TEAM DLJ1

* Create README

Created README.md with simple overview and some build instructions.

* Create Lexicon for DLJ1

* Create Grammar.dldl

* Update Lexicon.dldl

Add return, if, elif, and else terminals

* Update Grammar.dldl

* Update README.md

Add link to DLDL repo
e3de28c

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 22, 2021

Overview

DLJ1 stands for "Deamer LangJam1".

I want to use Deamer to create a language for this jam.

Directories

This folder contains varies subdirectories:

  • definition: contains the DLDL definitions.
  • DLJ1: Contains source code

Build instructions

If there is a CMakeLists.txt present in this directory, you can use the following commands to build the language:

mkdir build
cd build

cmake ..
cmake --build . --target DLJ1